Package com.bitmovin.player.api.deficiency.exception

Types

DrmLicenseKeyExpiredException
Link copied to clipboard
class DrmLicenseKeyExpiredException(message: String?) : RuntimeException
Signals that the DRM license expired.
DrmSessionException
Link copied to clipboard
class DrmSessionException(cause: Throwable?) : Exception
Signals that an error occurred and the DRM session failed because of it.
EmptyPlaylistException
Link copied to clipboard
class EmptyPlaylistException : IllegalArgumentException
Signals that the loading of a PlaylistConfig with no sources was attempted.
IllegalOperationException
Link copied to clipboard
class IllegalOperationException(message: String?) : Exception
Signals that the operation is not allowed in the actual state of the object.
NoConnectionException
Link copied to clipboard
class NoConnectionException(message: String?) : IOException
Signals that no network connection is available.
UnsupportedDrmException
Link copied to clipboard
class UnsupportedDrmException : Exception
Signals that the used DRM technology is not supported.